From 997042717544454af542fe0b1804fda6cc7b412b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Dec 2008 07:15:47 +0000 Subject: [PATCH] Mention new functionality svn path=/trunk/; revision=21935 --- docs/reference/ChangeLog | 2 + docs/reference/gtk/tmpl/gtkentry.sgml | 144 ++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 77ed955db4..b35d734206 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,7 @@ 2008-12-26 Matthias Clasen + * gtk/tmpl/gtkentry.sgml: Mention new functionality + * gtk/gtk-sections.txt: Add new api 2008-12-26 Matthias Clasen diff --git a/docs/reference/gtk/tmpl/gtkentry.sgml b/docs/reference/gtk/tmpl/gtkentry.sgml index 4153892a45..788e372620 100644 --- a/docs/reference/gtk/tmpl/gtkentry.sgml +++ b/docs/reference/gtk/tmpl/gtkentry.sgml @@ -12,6 +12,19 @@ by default. If the entered text is longer than the allocation of the widget, the widget will scroll so that the cursor position is visible. + +Since 2.16, GtkEntry has the ability to display progress or activity +information behind the text. To make an entry display progress or activity +information, use gtk_entry_set_progress_fraction() or +gtk_entry_set_progress_pulse_step(). + + +Additionally, GtkEntry can show icons at either side of the entry. These +icons can be activatable by clicking, can be set up as drag source and +can have tooltips. To add an icon, use gtk_entry_set_icon_from_gicon() or +one of the various other functions that set an icon from a stock id, an +icon name or a pixbuf. + @@ -22,6 +35,11 @@ position is visible. a widget for handling multi-line text entry. + +#GtkEntryCompletion +adds completion functionality to GtkEntry. + + @@ -71,6 +89,24 @@ The #GtkEntry-struct struct contains only private data. @arg1: @arg2: + + + + + +@entry: the object which received the signal. +@arg1: +@event: + + + + + + +@entry: the object which received the signal. +@arg1: +@event: + @@ -111,11 +147,26 @@ The #GtkEntry-struct struct contains only private data. @entry: the object which received the signal. + + + + + + + + + + + + + + + @@ -126,11 +177,31 @@ The #GtkEntry-struct struct contains only private data. + + + + + + + + + + + + + + + + + + + + @@ -141,6 +212,11 @@ The #GtkEntry-struct struct contains only private data. + + + + + @@ -151,6 +227,26 @@ The #GtkEntry-struct struct contains only private data. + + + + + + + + + + + + + + + + + + + + @@ -161,11 +257,41 @@ The #GtkEntry-struct struct contains only private data. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -201,6 +327,16 @@ The #GtkEntry-struct struct contains only private data. + + + + + + + + + + @@ -299,6 +435,14 @@ The #GtkEntry-struct struct contains only private data. @ch: + + + + + +@entry: + + -- 2.30.2